Esx Settings Clusters Software Solutions UpdateSolutionsSpec

Esx Settings Clusters Software Solutions UpdateSolutionsSpec
Esx Settings Clusters Software Solutions UpdateSolutionsSpec

The Esx Settings Clusters Software Solutions UpdateSolutionsSpec schema contains properties that describe solutions registered in the software specification.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "solutions": {
        "solutions": {
            "version": "string",
            "components": [
                {
                    "component": "string"
                }
            ]
        }
    }
}
object
solutions
Required

Mapping from solution identifier to the solution specification. The key is the solution name and the value is the specification detailing components registered by that solution.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.solution. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.solution.